home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / htmledit / htmlkit / htmlkit.exe / {app} / Help / Keywords / msvb.hkh < prev    next >
Encoding:
Text File  |  1999-07-31  |  8.0 KB  |  268 lines

  1.  
  2. ;
  3. ; HTML-Kit Keywords Help File
  4. ; Copyright (C) 1999, Chami.com
  5. ;
  6.  
  7. [Options]
  8. ItemPrefix=http://msdn.microsoft.com/scripting/vbscript/doc/
  9. Title=Microsoft VBScript Language Reference
  10. HelpType=URL
  11. ItemTitle=Microsoft VBScript Language Reference
  12. ItemTitlePrefix=
  13.  
  14. [VBScript]
  15. ; statements
  16. call=vsstmCall.htm
  17. case=vsstmSelectCase.htm
  18. ;class=vsstmClass.htm
  19. const=vsstmConst.htm
  20. dim=vsstmDim.htm
  21. do=vsstmDo.htm
  22. loop=vsstmDo.htm
  23. resume=vsstmDo.htm
  24. erase=vsstmErase.htm
  25. ;execute=vsstmExecute.htm"
  26. exit=vsstmExit.htm
  27. for=vsstmFor.htm
  28. step=vsstmForEach.htm
  29. each=vsstmForEach.htm
  30. next=vsstmForEach.htm
  31. function=vsstmFunction.htm
  32. if=vsstmIf.htm
  33. in=vsstmIf.htm
  34. then=vsstmIf.htm
  35. else=vsstmIf.htm
  36. elseif=vsstmIf.htm
  37. end=vsstmIf.htm
  38. on=vsstmOnError.htm
  39. error=vsstmOnError.htm
  40. option=vsstmOptionExplicit.htm
  41. explicit=vsstmOptionExplicit.htm
  42. private=vsstmPrivate.htm
  43. get=vsstmPropertyGet.htm
  44. let=vsstmPropertyLet.htm
  45. property=vsstmPropertySet.htm
  46. public=vsstmPublic.htm
  47. randomize=vsstmRandomize.htm
  48. redim=vsstmReDim.htm
  49. rem=vsstmRem.htm
  50. select=vsstmSelectCase.htm
  51. set=vsstmSet.htm
  52. sub=vsstmSub.htm
  53. until=vsstmDo.htm
  54. while=vsstmWhile.htm
  55. wend=vsstmWhile.htm
  56. with=vsstmWith.htm
  57.  
  58. ; constants
  59. vbBlack=vsconColor.htm 
  60. vbRed=vsconColor.htm 
  61. vbGreen=vsconColor.htm 
  62. vbYellow=vsconColor.htm 
  63. vbBlue=vsconColor.htm 
  64. vbMagenta=vsconColor.htm 
  65. vbCyan=vsconColor.htm 
  66. vbWhite=vsconColor.htm 
  67. vbBinaryCompare=vsconCompare.htm
  68. vbTextCompare=vsconCompare.htm
  69.  
  70. vbSunday=vsconDateTime.htm 
  71. vbMonday=vsconDateTime.htm 
  72. vbTuesday=vsconDateTime.htm 
  73. vbWednesday=vsconDateTime.htm
  74. vbThursday=vsconDateTime.htm 
  75. vbFriday=vsconDateTime.htm
  76. vbSaturday=vsconDateTime.htm
  77. vbUseSystem=vsconDateTime.htm 
  78. vbUseSystemDayOfWeek=vsconDateTime.htm 
  79. vbFirstJan1=vsconDateTime.htm 
  80. vbFirstFourDays=vsconDateTime.htm 
  81. vbFirstFullWeek=vsconDateTime.htm 
  82.  
  83. vbGeneralDate=vsconDateFormat.htm 
  84. vbLongDate=vsconDateFormat.htm 
  85. vbShortDate=vsconDateFormat.htm 
  86. vbLongTime=vsconDateFormat.htm
  87. vbShortTime=vsconDateFormat.htm 
  88.  
  89. vbObjectError=vsconMisc.htm
  90.  
  91. vbOKOnly=vsconMsgBox.htm 
  92. vbOKCancel=vsconMsgBox.htm 
  93. vbAbortRetryIgnore=vsconMsgBox.htm 
  94. vbYesNoCancel=vsconMsgBox.htm 
  95. vbYesNo=vsconMsgBox.htm 
  96. vbRetryCancel=vsconMsgBox.htm 
  97. vbCritical=vsconMsgBox.htm 
  98. vbQuestion=vsconMsgBox.htm 
  99. vbExclamation=vsconMsgBox.htm  
  100. vbInformation=vsconMsgBox.htm 
  101. vbDefaultButton1=vsconMsgBox.htm 
  102. vbDefaultButton2=vsconMsgBox.htm 
  103. vbDefaultButton3=vsconMsgBox.htm 
  104. vbDefaultButton4=vsconMsgBox.htm 
  105. vbApplicationModal=vsconMsgBox.htm 
  106. vbSystemModal=vsconMsgBox.htm  
  107. vbOK=vsconMsgBox.htm 
  108. vbCancel=vsconMsgBox.htm 
  109. vbAbort=vsconMsgBox.htm 
  110. vbRetry=vsconMsgBox.htm 
  111. vbIgnore=vsconMsgBox.htm 
  112. vbYes=vsconMsgBox.htm 
  113. vbNo=vsconMsgBox.htm 
  114.  
  115. vbCr=vsconString.htm 
  116. vbCrLf=vsconString.htm 
  117. vbFormFeed=vsconString.htm 
  118. vbLf=vsconString.htm 
  119. vbNewLine=vsconString.htm 
  120. vbNullChar=vsconString.htm 
  121. vbNullString=vsconString.htm 
  122. vbTab=vsconString.htm 
  123. vbVerticalTab=vsconString.htm 
  124.  
  125. vbUseDefault=vsconTriState.htm
  126. vbTrue=vsconTriState.htm
  127. vbFalse=vsconTriState.htm
  128.  
  129. vbEmpty=vsconVarType.htm 
  130. vbNull=vsconVarType.htm 
  131. vbInteger=vsconVarType.htm 
  132. vbLong=vsconVarType.htm 
  133. vbSingle=vsconVarType.htm 
  134. vbCurrency=vsconVarType.htm 
  135. vbDate=vsconVarType.htm 
  136. vbString=vsconVarType.htm 
  137. vbObject=vsconVarType.htm 
  138. vbError=vsconVarType.htm 
  139. vbBoolean=vsconVarType.htm 
  140. vbVariant=vsconVarType.htm 
  141. vbDataObject=vsconVarType.htm 
  142. vbDecimal=vsconVarType.htm 
  143. vbByte=vsconVarType.htm 
  144. vbArray=vsconVarType.htm 
  145.  
  146. ; methods
  147. clear=vsmthClear.htm
  148. execute=vsmthExecute.htm
  149. raise=vsmthRaise.htm
  150. replace=vsmthReplace.htm
  151. test=vsmthTest.htm
  152.  
  153. ; objects
  154. class=vsobjClass.htm
  155. dictionary=vbsfsoTOC.htm 
  156. err=vsobjErr.htm 
  157. filesystemobject=vbsfsoTOC.htm  
  158. match=vsobjMatch.htm 
  159. matches=vscolMatches.htm 
  160. regexp=vsobjRegExp.htm 
  161.  
  162. ; properties
  163. description=vsproDescription.htm
  164. firstindex=vsproFirstIndex.htm
  165. global=vsproGlobal.htm
  166. helpcontext=vsproHelpContext.htm
  167. helpfile=vsproHelpFile.htm
  168. ignorecase=vsproIgnoreCase.htm
  169. length=vsproLength.htm
  170. number=vsproNumber.htm
  171. pattern=vsproPattern.htm
  172. source=vsproSource.htm
  173. value=vsproValue.htm
  174.  
  175. ; functions
  176. Abs=vsfctAbs.htm                       
  177. Array=vsfctArray.htm                     
  178. Asc=vsfctAsc.htm                       
  179. Atn=vsfctAtn.htm                       
  180. CBool=vsfctCBool.htm                     
  181. CByte=vsfctCByte.htm                     
  182. CCur=vsfctCCur.htm                      
  183. CDate=vsfctCDate.htm                     
  184. CDbl=vsfctCDbl.htm                      
  185. Chr=vsfctChr.htm                       
  186. CInt=vsfctCInt.htm                      
  187. CLng=vsfctCLng.htm                      
  188. Cos=vsfctCos.htm                       
  189. CreateObject=vsfctCreateObject.htm              
  190. CSng=vsfctCSng.htm                      
  191. CStr=vsfctCstr.htm                      
  192. Date=vsfctDate.htm                      
  193. DateAdd=vsfctDateAdd.htm                   
  194. DateDiff=vsfctDateDiff.htm                  
  195. DatePart=vsfctDatePart.htm                  
  196. DateSerial=vsfctDateSerial.htm                
  197. DateValue=vsfctDateValue.htm                 
  198. Day=vsfctDay.htm                       
  199. Eval=vsfctEval.htm                      
  200. Exp=vsfctExp.htm                       
  201. Filter=vsfctFilter.htm                    
  202. Fix=vsfctInt.htm                       
  203. FormatCurrency=vsfctFormatCurrency.htm            
  204. FormatDateTime=vsfctFormatDateTime.htm            
  205. FormatNumber=vsfctFormatNumber.htm              
  206. FormatPercent=vsfctFormatPercent.htm             
  207. GetObject=vsfctGetObject.htm                 
  208. GetRef=vsfctGetRef.htm                    
  209. Hex=vsfctHex.htm                       
  210. Hour=vsfctHour.htm                      
  211. InputBox=vsfctInputBox.htm                  
  212. InStr=vsfctInStr.htm                     
  213. InStrRev=vsfctInStrRev.htm                  
  214. Int=vsfctInt.htm                       
  215. IsArray=vsfctIsArray.htm                   
  216. IsDate=vsfctIsDate.htm                    
  217. IsEmpty=vsfctIsEmpty.htm                   
  218. IsNull=vsfctIsNull.htm                    
  219. IsNumeric=vsfctIsNumeric.htm                 
  220. IsObject=vsfctIsObject.htm                  
  221. Join=vsfctJoin.htm                      
  222. LBound=vsfctLBound.htm                    
  223. LCase=vsfctLCase.htm                     
  224. Left=vsfctLeft.htm                      
  225. Len=vsfctLen.htm                       
  226. LoadPicture=vsfctLoadPicture.htm               
  227. Log=vsfctLog.htm                       
  228. LTrim=vsfctLTrim.htm                     
  229. Mid=vsfctMid.htm                       
  230. Minute=vsfctMinute.htm                    
  231. Month=vsfctMonth.htm                     
  232. MonthName=vsfctMonthName.htm                 
  233. MsgBox=vsfctMsgBox.htm                    
  234. Now=vsfctNow.htm                       
  235. Oct=vsfctOct.htm                       
  236. RGB=vsfctRGB.htm                       
  237. Right=vsfctRight.htm                     
  238. Rnd=vsfctRnd.htm                       
  239. Round=vsfctRound.htm                     
  240. RTrim=vsfctLTrim.htm                     
  241. ScriptEngine=vsfctScriptEngine.htm              
  242. ScriptEngineBuildVersion=vsfctScriptEngineBuildVersion.htm  
  243. ScriptEngineMajorVersion=vsfctScriptEngineMajorVersion.htm  
  244. ScriptEngineMinorVersion=vsfctScriptEngineMinorVersion.htm  
  245. Second=vsfctSecond.htm                    
  246. Sgn=vsfctSgn.htm                       
  247. Sin=vsfctSin.htm                       
  248. Space=vsfctSpace.htm                     
  249. Split=vsfctSplit.htm                     
  250. Sqr=vsfctSqr.htm                       
  251. StrComp=vsfctStrComp.htm                   
  252. String=vsfctString.htm                    
  253. StrReverse=vsfctStrReverse.htm                
  254. Tan=vsfctTan.htm                       
  255. Time=vsfctTime.htm
  256. Timer=vsfctTimer.htm                      
  257. TimeSerial=vsfctTimeSerial.htm                
  258. TimeValue=vsfctTimeValue.htm                 
  259. Trim=vsfctLTrim.htm                      
  260. TypeName=vsfctTypeName.htm                  
  261. UBound=vsfctUBound.htm                    
  262. UCase=vsfctUcase.htm                     
  263. VarType=vsfctVarType.htm                   
  264. Weekday=vsfctWeekday.htm                   
  265. WeekdayName=vsfctWeekdayName.htm               
  266. Year=vsfctYear.htm                      
  267.  
  268.